Relative Royalty Chess

Invented by: various, 2017

Game hierarchy

• Game
    • Generic Chess
        • Generic x8
            • Generic 8x8
                • Chess
                    • Relative Royalty Chess

Board

FEN: rnbqkknr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKKNR w KQkq - 0 1

Piece Types

Internal NameNameNotationAdded ByNotes
KingKingKGeneric Chessmultiple royalty (relative position); can castle
PawnPawnPGeneric Chesscan promote; en passant; pawn structure evaluation
RookRookRChesscastling partner; open file bonus
BishopBishopBChesscolorbinding evaluation; outpost bonus
KnightKnightNChessoutpost bonus
QueenQueenQChess 

Game Variables

Name = "Relative Royalty Chess"
Invented = "2017"
InventedBy = "various"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}"
FENStart = "#{Array} w #default #default 0 1"
Array = "rnbqkknr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKKNR"
DeduplicateMoves = false
StaticExchangeEvaluation = true

Declared in Generic Chess:

StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "QRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King

Declared in Generic x8:

PawnDoubleMove = true

Declared in Generic 8x8:

Castling = Standard

Rules

MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
RelativeRoyaltyCheckmateRule
Move50Rule
CastlingRule
RepetitionDrawRule

Evaluations

PawnStructureEvaluation
DevelopmentEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation

 
 

COPYRIGHT (C) 2021 BY GREG STRONG